type runtime.debugLogWriter

10 uses

	runtime (current package)
		debuglog.go#L148: 	w debugLogWriter
		debuglog.go#L438: type debugLogWriter struct {
		debuglog.go#L472: func (l *debugLogWriter) ensure(n uint64) {
		debuglog.go#L488: func (l *debugLogWriter) writeFrameAt(pos, size uint64) bool {
		debuglog.go#L495: func (l *debugLogWriter) writeSync(tick, nano uint64) {
		debuglog.go#L506: func (l *debugLogWriter) writeUint64LE(x uint64) {
		debuglog.go#L513: func (l *debugLogWriter) byte(x byte) {
		debuglog.go#L521: func (l *debugLogWriter) bytes(x []byte) {
		debuglog.go#L533: func (l *debugLogWriter) varint(x int64) {
		debuglog.go#L544: func (l *debugLogWriter) uvarint(u uint64) {